func google.golang.org/protobuf/proto.protoMethods

6 uses

	google.golang.org/protobuf/proto (current package)
		checkinit.go#L26: 	if methods := protoMethods(m); methods != nil && methods.CheckInitialized != nil {
		decode.go#L93: 	methods := protoMethods(m)
		encode.go#L143: 	if methods := protoMethods(m); methods != nil && methods.Marshal != nil &&
		merge.go#L67: 	methods := protoMethods(dst)
		proto_methods.go#L18: func protoMethods(m protoreflect.Message) *protoiface.Methods {
		size.go#L33: 	methods := protoMethods(m)